GtkAboutDialog: Fix a corner case of link highlighting
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Nov 2013 19:42:34 +0000 (14:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Nov 2013 19:42:34 +0000 (14:42 -0500)
commit00be62546f490c3efeec253ab5948fb0ea78484f
tree7b75fe6db168a1543ced9cc528a80ba2108f0999
parent2fb64cf0e7b728e40baa07e036fdb26bc940bddb
GtkAboutDialog: Fix a corner case of link highlighting

GtkAboutDialog highlights emails written as <...> and
urls written as http://... . gnome-terminal manages to
put <http://...> into its license text, which sadly
confuses the parser into running evolution on http://...

Fix things up far enough that <http://...> is now
recognized as url, and only the part inside the <> is
underlined (for email addresses, we include the <> in
the underline).
gtk/gtkaboutdialog.c